Name | Description | |
---|---|---|
![]() | C1PagedDataCollection<T> Constructor | Initializes a new instance of the C1PagedDataCollection<T> class. |
The following tables list the members exposed by C1PagedDataCollection<T>.
Name | Description | |
---|---|---|
![]() | C1PagedDataCollection<T> Constructor | Initializes a new instance of the C1PagedDataCollection<T> class. |
Name | Description | |
---|---|---|
![]() | ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | CurrentPage | Overridden. Gets the current page number. |
![]() | FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | GroupDescriptions | Gets the group descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | IsUpdating | Gets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | IsVirtualizing | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | PagesCount | Gets the total number of pages in the collection. |
![]() | PageSize | Overridden. Gets or sets the maximum number of items per page. |
![]() | SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | TotalCount | Overridden. Gets the total number of items in the collection. |
Name | Description | |
---|---|---|
![]() | AsDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |
![]() | ToDataCollection | Overloaded. Wraps an System.Collections.IEnumerable into a data collection. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | GroupChanged | Raised after a grouping operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | PageChanged | Occurs after the current page changed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |